org.eclipse.vtp.desktop.projects.core.actions
Class DeleteBusinessObjectAction

java.lang.Object
  extended by org.eclipse.vtp.desktop.projects.core.actions.DeleteBusinessObjectAction
All Implemented Interfaces:
IProvisioningActionItem, IProvisioningModelAction

public class DeleteBusinessObjectAction
extends java.lang.Object
implements IProvisioningModelAction

Used in context menus to initiate the deletion of a media resource object. This action is not view or perspective specific. A confirmation dialog will be presented to the user before the deletion is finalized.

Version:
1.0
Author:
Trip

Constructor Summary
DeleteBusinessObjectAction()
          Creates a new DeleteMediaResourceAction instance with default values.
 
Method Summary
 java.lang.String getName()
           
 java.lang.String getToolTip()
           
 void performAction(IProvisioningModelSelection selection)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeleteBusinessObjectAction

public DeleteBusinessObjectAction()
Creates a new DeleteMediaResourceAction instance with default values.

Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface IProvisioningActionItem
Returns:
The name of this item

getToolTip

public java.lang.String getToolTip()
Specified by:
getToolTip in interface IProvisioningActionItem
Returns:
The tooltip text for this item

performAction

public void performAction(IProvisioningModelSelection selection)
Specified by:
performAction in interface IProvisioningModelAction